css style for the first element only

42

p:first-of-type {
  font-size: 1.25em;
}
p:first-child {
  font-size: 1.5em;
}

Comments

Submit
0 Comments